Skip to content

fix(milestone): surface truncation in view, add --all flag (#222)#228

Open
jrschumacher wants to merge 1 commit into
schpet:mainfrom
jrschumacher:fix/222-milestone-view-truncation
Open

fix(milestone): surface truncation in view, add --all flag (#222)#228
jrschumacher wants to merge 1 commit into
schpet:mainfrom
jrschumacher:fix/222-milestone-view-truncation

Conversation

@jrschumacher
Copy link
Copy Markdown

milestone view silently capped its issues list at 10 items. A user with 12 issues would see only 10 and could miss issues entirely when iterating over the visible output in a script. The cap was also undocumented in --help.

  • Request first: 50 issues with pageInfo on the connection.
  • Add --all to paginate through every page when needed.
  • Show a prominent truncation footer pointing at --all and at linear issue query --milestone X --json for full programmatic access.
  • Document the default cap in --help.

Closes #222

milestone view silently capped its issues list at 10 items. A user with
12 issues would see only 10 and could miss issues entirely when
iterating over the visible output in a script. The cap was also
undocumented in --help.

- Request first: 50 issues with pageInfo on the connection.
- Add --all to paginate through every page when needed.
- Show a prominent truncation footer pointing at --all and at
  `linear issue query --milestone X --json` for full programmatic
  access.
- Document the default cap in --help.

Closes schpet#222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

milestone view silently truncates issue list at 10 items

1 participant